home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
arachne.igz
/
arachne.img
/
LEVEL1
/
LBACACHE.CAB
/
Autorun.bat
Wrap
DOS Batch File
|
2005-01-16
|
1KB
|
29 lines
@if "%debug%"=="" echo off
if not "%cache%"=="" goto _cchend
if not exist %ramdrv%\bin\lbacache.com goto _cchend
set cache=lbacache.com
if exist %ramdrv%\bin\cachesz.bat call %ramdrv%\bin\cachesz.bat
if exist %ramdrv%\etc\lbacache.ldr goto _cchpar
if "%cachesz%"=="" goto _cchdef
if "%cachesz%"=="0" goto _cch0
%ldh% %ramdrv%\bin\%cache% buf %cachesz% flop tuns tunw
goto _tickle
:_cchdef
%ldh% %ramdrv%\bin\%cache% buf 2048 flop tuns tunw
goto _tickle
:_cch0
%ldh% %ramdrv%\bin\%cache%
goto _tickle
:_cchpar
if not exist %ramdrv%\bin\lmod.com goto _cch0
%ramdrv%\bin\lmod %ldh% %ramdrv%\bin\%cache% [] <%ramdrv%\etc\lbacache.ldr >%tmp%\_cache.bat
if not exist %tmp%\_cache.bat goto _cch0
call %tmp%\_cache.bat
del %tmp%\_cache.bat >nul
goto _tickle
:_tickle
if not "%tickle%"=="0" if exist %ramdrv%\bin\ticklehd.com %ramdrv%\bin\ticklehd.com LB HD
if not "%tickle%"=="0" if not exist %ramdrv%\bin\ticklehd.com if exist %ramdrv%\bin\tickle.com %ramdrv%\bin\tickle.com
goto _cchend
:_cchend